include <pango/pango.h> instead of <pango/pango-font.h>.
authorMichael Natterer <mitch@imendio.com>
Fri, 25 Apr 2008 14:48:32 +0000 (14:48 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 25 Apr 2008 14:48:32 +0000 (14:48 +0000)
2008-04-25  Michael Natterer  <mitch@imendio.com>

* gdk/gdkfont.h: include <pango/pango.h> instead of
<pango/pango-font.h>.

svn path=/trunk/; revision=20041

ChangeLog
gdk/gdkfont.h

index d7c91b41e1841452cc1bf9c2298347496061ddf2..ad4963c665d9318ec38ba2e34254e6f02f183bf6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-25  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdkfont.h: include <pango/pango.h> instead of
+       <pango/pango-font.h>.
+
 2008-04-25  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
index 18061daa6e57894bc51aaafc283f5aadc272e10f..a48a5c43a207e0e6b7f61e5022b6249a1d501eef 100644 (file)
@@ -30,7 +30,7 @@
 #define __GDK_FONT_H__
 
 #include <gdk/gdktypes.h>
-#include <pango/pango-font.h>
+#include <pango/pango.h>
 
 G_BEGIN_DECLS